home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
...taking it to the Macs!
/
...taking it to the Macs!.iso
/
Extras
/
ActiveX Mac SDK
/
ActiveX SDK
/
Sample Controls
/
BDiamond
/
BDConsts.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1996-12-20
|
327 b
|
15 lines
|
[
TEXT/CWIE
]
#ifndef _BDConsts_
#define _BDConsts_
const short Str255BufferLength = 256;
const short Str255StringLength = 255;
//const short Str32BufferLength = 32;
//const short Str32StringLength = 31;
const Boolean kRedraw = true;
const Boolean kDontRedraw = false;
const Rect gNullRect = {0, 0, 0, 0};
#endif // _BDConsts_